include<stdio.h>

2016-5-30 14:45
请先登录。
/* *说明:任务07_2 数组合并 *姓名:邢旭东 *学号:2015015190 *班级:1班 *日期:2016/05/18 */ #include<stdio.h> #include<stdlib.h> int main(void) { &n...
/* *说明:任务07_2 数组合并 *姓名:邢旭东 *学号:2015015190 *班级:1班 *日期:2016/05/18 */ #include<stdio.h> #include<stdlib.h> int main(void) { &nb...
/*杜大阳*/ #include<stdio.h> #include<stdlib.h> typedef struct Node{ int no; int flag; }Node; Node p[5]={{0,0},{1,0},{2,0},{...
/** 说明:07_3 姓名:申晓苗 学号:2015015167 班级:1班 日期:2016/05/18 #include<stdio.h> #include<stdlib.h> int main(void) { char str1[]={"...
#include<stdio.h> #include<stdlib.h> #include <malloc.h> typedef struct Node { int num; int max[3]; int alloc[3]; ...
#include<stdio.h> #include <malloc.h> #define RK 3 typedef struct Node { int no; int flag; }Node; int proNum; int *max; int...
#include<stdio.h> #include<stdlib.h> #include<iostream>; using namespace std; int static n;//进程数 int static m;//资源种类数 t...
#include<stdio.h> #include<stdlib.h> typedef struct Node{ int no; int flag; }Node; Node p[5]={{0,0},{1,0},{2,0},{3,0},{4,...
/* 班级:14级四班 姓名:武亦文 学号:2014011712 */ #include<stdio.h> #include<stdlib.h> #include <malloc.h> typedef struct Node { i...
/* 姓名: 乔妹 学号:2014011707 班级:4班 */ #include<stdio.h> #include<stdlib.h> #include <malloc.h> typedef struct Node { int nu...
#include<stdio.h> #include<stdlib.h> typedef struct Node{ int no; int flag; }Node; Node p[5]={{0,0},{1,0},{2,0},{3,0},{4,...
/* 姓名:李江 学号:2014011726 班级:4 功能:银行家算法 */ #include<stdio.h> #include <stdlib.h> typedef struct Node { int no; int flag...
#include<stdio.h> #include<stdlib.h> typedef struct Node{ int no; int flag; }Node; Node p[5]={{0,0},{1,0},{2,0},{3,0},{4,...
/* 实验二:死锁避免的模拟 姓名:王丹宇 班级:8 完成日期:2016/5/17 */ #include<stdio.h> #include<iostream> #include<malloc.h> typede...
/****8班 陶力****/ /****2014011925****/ #include<stdio.h> #include <stdlib.h> typedef struct Node { int no; int flag; }No...
/** 2014011651 3班 王霖 **/ #include<stdio.h> #include<stdlib.h> #include<malloc.h> typedef struct work{ int N...
#include<stdio.h> #include<windows.h> #include<stdlib.h> typedef struct Node {  int no;  int flag; }Node...
/****姓名:苏笑寒 **班级:8班 **学号:2014011801*************/ #include<stdio.h> #include <stdlib.h> typedef struct Node { int no;//作...
#include<stdio.h> #include<malloc.h> typedef struct work{ int  Num;//作业号 int  InTime;//进入系统时间 int  RunTime;//运...
/* 作者:程菊飞 功能:死锁避免算法 时间:2016年5月5号 */ #include<stdio.h> #include<stdlib.h> typedef struct Node{ int no;//进程号 int flag;//标记,用...
#include<stdio.h> #include<malloc.h> typedef struct work{ int  Num;//作业号 int  InTime;//进入系统时间 int  Run...
/* 班级:8班 姓名:刘远 学号:2014011915 */ #include<stdio.h> #include <stdlib.h> typedef struct Node { int no;//作业数 int flag;//标识 }Nod...
/* *姓名:刘远 *班级:8班 *学号:2014011915 */ #include<stdio.h> #include<malloc.h> typedef struct work{ int  Num;//作业号 int  I...
#include<stdio.h> #include<windows.h> #include<stdlib.h> typedef struct Node {  int no;  int flag; }Node...
/* 姓名:张璐 学号:2014011665 */ #include<stdio.h> #include<stdlib.h> typedef struct Node { int num; int flag; }Node; Node p[5]={...
#include<stdio.h> #include<stdlib.h> #include<malloc.h> /* 说明:死锁避免 姓名:张丽璇 班级:6班 学号:2014011827 */ typedef struct...
#include<stdio.h> #include <stdlib.h> typedef struct Node { int no; int flag; }Node; int i=0; int j=0; Node p[5] = { { 1,0 ...
#include<stdio.h> #include<stdlib.h> typedef struct Node { int no; int flag; }Node; Node p[5]={{1,0},{2,0},{3,0},{4,...
#include<stdio.h> #include<stdlib.h> #include<malloc.h> typedef struct work{     int  Num;//作业号   ...
#include<stdio.h> #include <stdlib.h> typedef struct Node {     int no;     int flag; }Node; ...